VERSION 5.00 Begin VB.Form frmHtmlSource Caption = "SMF Html Source" ClientHeight = 5925 ClientLeft = 2145 ClientTop = 1425 ClientWidth = 6615 Icon = "frmViewSource.frx":0000 LinkTopic = "Form1" ScaleHeight = 5925 ScaleWidth = 6615 Begin VB.TextBox Text1 Height = 5895 Left = 0 MultiLine = -1 'True ScrollBars = 2 'Vertical TabIndex = 0 Top = 0 Width = 6615 End Attribute VB_Name = "frmHtmlSource" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Text1_Change() 'If Text1.DataSource = "|" Then End End Sub